Skip to main content

SetPluginsOptions

Configures plugins from an external source. The settings can be set for all plugins or for a specific plugin. For example, this method can be used to pass an authorization token to the plugin. This method can be used only with the connector class.

Syntax

expression.SetPluginsOptions(options);

expression - A variable that represents a Api class.

Parameters

NameRequired/OptionalData typeDefaultDescription
optionsRequiredPluginOptionsPlugin options.

Returns

This method doesn't return any data.